Vapi Metadata Metamodel ElementValue Type
Vapi Metadata Metamodel ElementValue Type
The Vapi Metadata Metamodel ElementValue Type enumerated type defines the valid types for values in metadata elements.
Possible values:
LONG
: Indicates the type of the value is a long (64 bit signed integer).STRING
: Indicates the type of the value is a string (a variable length sequence of characters). The encoding is UTF-8.STRING_LIST
: Indicates the type of the value is a list of strings.STRUCTURE_REFERENCE
: Indicates the type of the value is an identifier for a structure element.STRUCTURE_REFERENCE_LIST
: Indicates the type of the value is a list of identifiers for a structure element.
This data structure has no properties.
Enumeration:
LONG,
STRING,
STRING_LIST,
STRUCTURE_REFERENCE,
STRUCTURE_REFERENCE_LIST,